home *** CD-ROM | disk | FTP | other *** search
- //////////////////////////
- // Harrow Software 1996
- // File examples
-
- ////////////////////////////
- // (1) Directory listing
-
- // Any file in any directory matching the given filespec
- // will be found using this loop.
-
- $my_file = directory "*.*" loop n
- message $my_file
-